home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Night Owl - The Best of BBS
/
Night Owl The Best of BBS (NOP-BBS) (Night Owl Publisher) (1994).iso
/
014a
/
ezbbs215.lha
/
EazyBBS_Port1
< prev
next >
Wrap
Text File
|
1993-05-23
|
588b
|
25 lines
; Skript for Port 1 only!
; copy to "EazyBBS_Port2" (etc.) for additional ports
echo "Installing EazyBBS ... please wait!"
assign MB: DeHaNull:MailBox
assign MB_DATA: DeHaNull:MailBox/Data
assign MB_USER: DeHaNull:MailBox/User
assign MB_BOARD: DeHaNull:MailBox/Board
assign MB_FILES: DeHaNull:MailBox/Files
assign MB_TMP: DeHaNull:MailBox/TMP
stack 50000
run mb:c/EazyCommDaemon
run mb:c/EazyInOutDaemon
run mb:c/EazyLogfileDaemon
run mb:c/EazyMsgFileDaemon
run mb:c/EazyUserDaemon
; call EazyBBS with the appropriate port number
mb:c/EazyBBS 1
; NEVER "run" EazyBBS from here!